Re-realize the window if needed
authorMatthias Clasen <mclasen@redhat.com>
Fri, 24 Jan 2014 19:32:00 +0000 (14:32 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 4 Feb 2014 03:22:27 +0000 (22:22 -0500)
commit365902cd58dca6b8dc5e4a92d2b59a269137fcb3
tree46f7e300d908883fb7d8ea1f67244792a9bd0b26
parenta8d72a9c1e7e9b6469a4b858bc3c0231f37aa0f8
Re-realize the window if needed

When gtk_window_set_titlebar is called, we need to set up
client-side decorations properly, and the easiest way to do
so is to realize the window again. Really, you should call
set_titlebar before the window is realized.

https://bugzilla.gnome.org/show_bug.cgi?id=722919
gtk/gtkwindow.c